home *** CD-ROM | disk | FTP | other *** search
/ Image Club Graphics - Tasty Teaser 1997 Spring / Image Club Graphics - Tasty Teaser 1997 Spring.iso / pc / start / kudo / install / suport16.lib / README.TXT < prev    next >
Text File  |  1996-09-04  |  7KB  |  147 lines

  1.            Kudo« Catalog Reader (tm) for Windows ReadMe file
  2.                    (c) 1996 Imspace Systems Corporation.
  3.                            All Rights Reserved.
  4.                               San Diego,CA
  5.                support@imspace.com
  6.                          http://www.imspace.com
  7.  
  8.  
  9.             !!!!!READ EVERYTHING!!!!!
  10.                     Including the bottom section!
  11. QUICK INSTALLATION :     
  12. *******************
  13.  
  14. Select the "Run..." command from the File menu in the Windows Program Manager.
  15.  
  16.         ENTER - ?:\STARTUP.EXE
  17.  
  18.         (Where ? = drive letter of you CD ROM)  
  19.  
  20.  
  21. System Compatibility:
  22. Kudo Catalog Reader is a Windows 3.x application that will run under Windows 3.1,
  23. 3.11, Windows for Workgroups 3.1, 3.11, Windows NT, and Windows 95.  With 
  24. Windows 95 and NT, Kudo Catalog Reader will not install OLE files into the system
  25. directory; Windows 95 and NT has it own advanced OLE file system.
  26.  
  27. Long file names are not supported by Kudo yet; although you can catalog, view & place
  28. images from a long file name directory as long as the truncation of the paths and
  29. file names are unqiue.
  30.  
  31. Using the Reader.
  32. ******************
  33.  
  34. After installation double click on the Catalog Icons in the Kudo Catalog Program
  35. Group to view thumbnails of the images on the CD. Full details on functions and
  36. features of the Reader is contained in the Help file.  Note: If you are testing
  37. virtual CDROMS, the Program Group Name that contains the catalog icons could
  38. have a different name.
  39.  
  40. *********************************************************************************
  41.          STAY IN TOUCH - VISIT OUR WEB SITE! - http://www.imspace.com
  42. *********************************************************************************
  43.  
  44. MORE INSTALLATION NOTES:
  45.  
  46. This section documents what the Kudo installer does during installation:
  47.  
  48. -     Application files are copied to the target directory, typically
  49.     c:\kudoread.
  50.  
  51. -     The installer searches for the Microsoft OLE 2.0 DLLs on your machine. Three 
  52.     things can happen as a result of this search:
  53.  
  54.     1) If they are found (as the result of someone having installed 
  55.     another OLE 2.0 compliant application), and they are of the same or 
  56.     a newer version as the copies that Kudo is shipped with, then nothing
  57.     is done.  
  58.  
  59.     2) If they are found but are of an older version than the 
  60.     copies Kudo is shipped with, then the Kudo installer will copy its
  61.     newer versions over the existing ones, wherever it might find them 
  62.     on your machine.
  63.  
  64.     3) If they are not found, Kudo places new copies of all the OLE 2.0 
  65.     DLLs into your windows\system directory.
  66.  
  67. The OLE 2.0 DLLs are functionally an extension to the Windows 3.1 operating 
  68. system, and so are effectively not a part of Kudo at all.  This means that,
  69. once installed, they are available for all applications that support OLE 2.0,
  70. and need not be installed more than once.  Other OLE 2.0 compliant applications
  71. will generally observe this convention, and will not duplicate these files in
  72. their installation if they are already present.  For this reason, if you 
  73. un-install Kudo, it may be risky to remove these files unless you are certain
  74. there are not other applications that rely on them.  The OLE 2.0 DLLs are:
  75.  
  76.     ole2.dll
  77.     ole2conv.dll
  78.     ole2disp.dll
  79.     ole2nls.dll
  80.     ole2prox.dll
  81.     compobj.dll
  82.     storage.dll
  83.  
  84. - An additional DLL, BWCC.DLL is installed following an identical procedure
  85. to the OLE DLLs.  This file fills a support function and is shipped with
  86. many applications.
  87.  
  88. - The Kudo installer determines if it needs to modify AUTOEXEC.BAT.  You will 
  89. be prompted before it modifies the file.  If you agree to modification, the 
  90. line:
  91.     SHARE.EXE /L:500 /F:5100
  92.  
  93. will be added to AUTOEXEC.BAT.  If there is already a line present that loads 
  94. SHARE, then that line will be modified to ensure that the /L and /F options 
  95. are at least as large as the amount that Kudo requires.
  96.  
  97. - The Kudo installer then registers Kudo as an application with Windows, 
  98. and takes care of registering OLE 2.0 on your machine.  Effectively, this 
  99. modifies the registration database, REG.DAT, in your windows directory, and 
  100. indirectly, your WIN.INI file.  It is accomplished by running REGEDIT.EXE
  101. with the files OLE2.REG and KUDO.REG, which are installed to your target Kudo 
  102. directory.  This operation can be repeated manually if REG.DAT ever becomes 
  103. corrupted, see tech note file "REGEDIT.TXT".
  104.  
  105. ********************************************************************************
  106. Known Installation Problems:
  107.  
  108. Two situations have been observed to cause problems with the installer:
  109.  
  110. 1) Installing to a PC that is configured as a diskless workstation can confuse
  111. the installer as to the whereabouts of your AUTOEXEC.BAT file.  In this 
  112. situation, the installer generally cannot access your boot drive.  When the
  113. installer attempts to modify your autoexec file, it will probably come 
  114. up with a path to an AUTOEXEC.BAT that doesn't exist, such as A:\AUTOEXEC.BAT.
  115. If this happens, you will need to make the modifications yourself. Select
  116. the option to NOT have the Kudo installer modify your autoexec file, and
  117. then, after the installation is complete, manually add the line:
  118.         <path>\SHARE.EXE /L:500 /F:5100
  119. to your AUTOEXEC.BAT file.  <path> is the full path to your DOS directory 
  120. (or wherever SHARE.EXE exists).  The /L & /F options are suggested minimums.
  121. If you are already loading SHARE in your autoexec, then you only need to
  122. ensure that you add the command line options to the SHARE statement.  If
  123. the options are already there, and they are larger, then leave them alone.
  124. If they are there but are smaller, then use the values suggested here.
  125. You will need to reboot your computer for this change to take effect.
  126.  
  127. 2) Installing to a network version of Windows can cause problems if the
  128. user does not have write privileges to some of the Windows directories.
  129. The Kudo installer may need to add some DLL's to your current windows\system
  130. directory.  This directory will often be on a networked drive that is read-
  131. only when you are running a network version of Windows.  You will get messages
  132. to the effect of "Can't write to file ... due to read-only protection...", etc.
  133. This indicates that you will need to have the network supervisor run the
  134. installation in supervisor mode to obtain proper write access to the 
  135. necessary directories.
  136.  
  137. *********************************************************************************
  138.  
  139. !!!!!!!!!!!    LAST MINUTE CHANGES:
  140.  
  141. Relative    Relative Addressing allows anyone with a Reader
  142. Addressing:    to access images or media files if the media files are in the same
  143.         directory as the catalog or in the same path with a different drive
  144.         letter.
  145.         For example, if the CDROM drive letter changed from D: to L:, Kudo
  146.         Cataloger Reader will locate the media file and display it or play it!
  147.         The same applies to placing images.